Document Creation

org.eclipse.core.filebuffers.documentCreation

3.0

This extension point is interesting for your if you want the file buffer manager to instantiate a specific document implementation for certain file extensions.

<!ELEMENT extension (factory)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT factory EMPTY>

<!ATTLIST factory

class      CDATA #REQUIRED

extensions CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]


Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.